UseCompression property

This property determines whether or not files will be compressed when the Compress method is called.

Syntax

object.UseCompression = value

PartDescription
objectThe object being manipulated.
valueA boolean value, with True meaning that the files will be compressed.

See Also

Compress method